home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / ab20 / unarced / graphics / pbmplus / pbm / pbmtext.man < prev    next >
Text File  |  1995-03-17  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4.      pbmtext(1)           AMIGA (5 January 1991)            pbmtext(1)
  5.  
  6.  
  7.  
  8.      NAME
  9.           pbmtext - render text into a bitmap
  10.  
  11.      SYNOPSIS
  12.           pbmtext [-font fontfile] [text]
  13.  
  14.      DESCRIPTION
  15.           Takes the specified text, either a single line from the
  16.           command line or multiple lines from standard input, and
  17.           renders it into a bitmap.
  18.  
  19.      OPTIONS
  20.           By default, pbmtext uses a built-in font.  You can also
  21.           specify your own font with the -font flag.  The fontfile is
  22.           a pbm file, created in a very specific way.  In your window
  23.           system of choice, display the following text in the desired
  24.           (fixed-width) font:
  25.  
  26.               M ",/^_[`jpqy| M
  27.  
  28.               /  !"#$%&'()*+ /
  29.               < ,-./01234567 <
  30.               > 89:;<=>?@ABC >
  31.               @ DEFGHIJKLMNO @
  32.               _ PQRSTUVWXYZ[ _
  33.               { \]^_`abcdefg {
  34.               } hijklmnopqrs }
  35.               ~ tuvwxyz{|}~  ~
  36.  
  37.               M ",/^_[`jpqy| M
  38.  
  39.           Do a screen grab or window dump of that text, using for
  40.           instance xwd, xgrabsc, or screendump.  Convert the result
  41.           into a pbm file.  If necessary, use pnmcut to remove
  42.           everything except the text.  Finally, run it through pnmcrop
  43.           to make sure the edges are right up against the text.
  44.           pbmtext can figure out the sizes and spacings from that.
  45.  
  46.      SEE ALSO
  47.           pbm(5), pnmcut(1), pnmcrop(1)
  48.  
  49.      AUTHOR
  50.           Copyright (C) 1991 by Jef Poskanzer.
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/19/91)
  64.  
  65.  
  66.  
  67.